Small markup fixes.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jun 2005 16:40:42 +0000 (16:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 9 Jun 2005 16:40:42 +0000 (16:40 +0000)
2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkwindow-x11.c: Small markup fixes.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/x11/gdkwindow-x11.c

index 31ec979889c53b0ca751bf6717571aca6fa04cea..5317b57c9fe66f6f0f22c3dea66ee079777facf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkwindow-x11.c: Small markup fixes.
+
        * gtk/gtk.symbols: 
        * gtk/gtkiconview.h: 
        * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
index 31ec979889c53b0ca751bf6717571aca6fa04cea..5317b57c9fe66f6f0f22c3dea66ee079777facf8 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkwindow-x11.c: Small markup fixes.
+
        * gtk/gtk.symbols: 
        * gtk/gtkiconview.h: 
        * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
index 31ec979889c53b0ca751bf6717571aca6fa04cea..5317b57c9fe66f6f0f22c3dea66ee079777facf8 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkwindow-x11.c: Small markup fixes.
+
        * gtk/gtk.symbols: 
        * gtk/gtkiconview.h: 
        * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
index 8d9216993e50d4d112d6404f4cdf00b4d109fc27..fd5e74b40d7ce87b38f781974f9e2262ca22fa2f 100644 (file)
@@ -2246,7 +2246,7 @@ gdk_wmspec_change_state (gboolean   add,
 /**
  * gdk_window_set_modal_hint:
  * @window: A toplevel #GdkWindow
- * @modal: TRUE if the window is modal, FALSE otherwise.
+ * @modal: %TRUE if the window is modal, %FALSE otherwise.
  *
  * The application can use this hint to tell the window manager
  * that a certain window has modal behaviour. The window manager
@@ -2254,7 +2254,7 @@ gdk_wmspec_change_state (gboolean   add,
  * way.
  *
  * You should only use this on windows for which you have
- * previously called #gdk_window_set_transient_for()
+ * previously called gdk_window_set_transient_for()
  **/
 void
 gdk_window_set_modal_hint (GdkWindow *window,
@@ -2286,9 +2286,9 @@ gdk_window_set_modal_hint (GdkWindow *window,
  * Toggles whether a window should appear in a task list or window
  * list. If a window's semantic type as specified with
  * gdk_window_set_type_hint() already fully describes the window, this
- * function should NOT be called in addition, instead you should allow
- * the window to be treated according to standard policy for its
- * semantic type.
+ * function should <emphasis>not</emphasis> be called in addition, 
+ * instead you should allow the window to be treated according to 
+ * standard policy for its semantic type.
  *
  * Since: 2.2
  **/
@@ -2323,9 +2323,10 @@ gdk_window_set_skip_taskbar_hint (GdkWindow *window,
  * switcher, or other desktop utility program that displays a small
  * thumbnail representation of the windows on the desktop). If a
  * window's semantic type as specified with gdk_window_set_type_hint()
- * already fully describes the window, this function should NOT be
- * called in addition, instead you should allow the window to be
- * treated according to standard policy for its semantic type.
+ * already fully describes the window, this function should 
+ * <emphasis>not<emphasis> be called in addition, instead you should 
+ * allow the window to be treated according to standard policy for 
+ * its semantic type.
  *
  * Since: 2.2
  **/
@@ -2370,7 +2371,7 @@ gdk_window_set_skip_pager_hint (GdkWindow *window,
  * gdk_window_move_resize().
  * 
  * Note that on X11, this effect has no effect on windows
- * of type GDK_WINDOW_TEMP or windows where override_redirect
+ * of type %GDK_WINDOW_TEMP or windows where override redirect
  * has been turned on via gdk_window_set_override_redirect()
  * since these windows are not resizable by the user.
  *